#contenedor-leyendas-nivel3 {
	background-color: #EEE;
	padding: 20px;
	text-align: left;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
}

#logos-container {
	overflow: hidden;
	width: 100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#cliente {
	color: #333333;
	float: left;
	font-size: 1.5em;
	font-weight: normal;
}

#new-footer-info {
	width: 80%;
	margin: auto;
	height: 20px;
	border-bottom: solid 1px #DADADA;
}

#recaptcha_area {
	margin: auto;
}

/*Tamaños de las imagenes es fijo
  Quitar comentarios de las imagenes en caso de utilizar
  Se puede mover al html cualquiera de estos contenedores al html*/
#link-ayuda {
	/*background: url(speech-bubble-center-2.png);*/
	background-repeat: no-repeat;
}

#adquira-logo {
	width: 160px;
	height: 71px;
	/*background-image: url(adquira-logo_small.png);*/
}


#logo-multipagos {
	width: 188px;
	height: 88px;
	/*background-image: url(logo-mp-plataforma.png);*/
	background-repeat: no-repeat;
	float: left;
}

#multipagos-logo-izquierda {
	width: 200px;
	height: 58px;
	margin-top: 10px;
	/*background-image: url(bbva_transparente_small.png);*/
	background-repeat: no-repeat;
}

#multipagos-logo-derecha {
	width: 69px;
	height: 57px;
	margin-top: 20px;
	/*background-image: url(p_logo_AVIS.jpg);*/
	background-repeat: no-repeat;
}


#iconito-clock {
	display: block;
	width: 16px;
	height: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*background-image: url(clock.png);*/
	background-repeat: no-repeat;
	float: right;
	font-size: 0.8em;
	padding-right: 60px;
	padding-top: 5px;
}